@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
/*Base*/
html, body {
	font: 12px "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
	line-height:22px;
}
html {
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
	margin: 0;
	padding: 0;
}
a {
	color:#666;
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode:bicubic;
}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol {
	list-style:none;
	float: left;
}
li {
	list-style:none;
	float: left;
}
/*清除浮动*/
.clear {
	clear: both;
}
.f-cb {
	zoom:1;
}
.f-cb:after {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	content:".";
}
.fl {
	float:left;
	display: inline;
}
.fr {
	float:right;
	display: inline;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.poa-f {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ovh {
	overflow: hidden;
}
.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.z1 {
	z-index: 1;
}
.z2 {
	z-index: 2;
}
.z3 {
	z-index: 3;
}
.dn {
	display: none;
}
.width-full {
	width: 100%;
}
.height-full {
	height: 100%;
}
.dib {
	display: inline-block;
}

@charset "utf-8";
/* CSS Document */
html, body{
	min-width:980px;
	
}
.w{
	width: 980px;
	margin: 0 auto;
}
.header{
	position: fixed;
	left: 0;
	z-index: 21;
	width: 100%;
	min-width: 978px;
	height: 68px; 
	padding-bottom: 5px; 
	top: 4px;
}
.header.scroll{
	background: url("../images/bg_header.png") repeat-x center bottom;
}
.header .w{
	width: 100%;
	height: 88px;
	background: #fff;
}
.h-top{
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	height: 38px;
	line-height: 38px;
}
.h-top p{
	padding-left: 10px;
	color: #fff;
	filter:alpha(opacity=85); 
	opacity: 0.85;
}
.h-top a{
	display: inline-block;
	padding: 0 10px;
	background: url("../images/bg_line20.png") no-repeat right center;
	color: #fff;
	filter:alpha(opacity=85); 
	opacity: 0.85;
	transition: opacity 0.5s;
}
.h-top a:hover{
	filter:alpha(opacity=100); 
	opacity: 1;		
}
.logo{
	padding: 0px 0px 0px; margin-left: 8%;
}
.nav {
	width: 75%;
	min-width: 900px;
	height: 88px;
	margin-left: 10%;
	border-left: 1px solid #eee;
}
.nav ul.nav-ul {
	width: 100%;
}
.nav li.nav-sub {
	position: relative;
	width: 12%;
}
.nav li.nav-sub a.tit {
	display: inline-block;
	width: 99.9%;
	height: 62px;
	padding: 17px 0 9px;
	border-right: 1px solid #eee;
	font-size: 14px;
	line-height: 62px;
	color: #555;
	text-align: center;
	transition: color 0.5s;
}
.nav a.tit:hover {
	color: #0564c6;
}
.nav-line {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0564c6;
}
.h-tips {
	width: 227px;
	padding-right: 210px;
	font-size: 11px;
	line-height: 62px;
	color: #787878;
}
.h-tips p {
	position: absolute;
	left: 0;
	top: 0;
	padding: 17px 0 9px;
}
.h-tips a.nav-sub {
	position: absolute;
	left: 122px;
	top: 0;
	display: inline-block;
	padding: 17px 0 9px;
	color: #787878;
	transition: color 0.5s;
}
/*.h-tips a.login{
	left: 205px;
}*/
.h-tips a:hover {
	color: #0c4da2;
}
/*.h-tips .search{
	right: 88px;
	top: 0;
	width: 88px;
	height: 88px;
	background: #0c4da2;
}
.h-tips .search .box{
	right: 24px;
	top: 32px;
	width: 0;
	height: 30px;
	border: 1px solid #86a6d1;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.h-tips .search input{
	left: 25px;
	top: 33px;
	width: 185px;
	height: 30px;
	padding: 0 9px;
	border: 0;
	background: none;
	font-size: 12px;
	line-height: 30px;
	color: #ddd;
}
.h-tips .search input.submit{
	left: auto;
	right: 25px;
	width: 30px;
	padding: 0;
	background: url("jxgq/bg_btn01.png") no-repeat center;
}*/

.h-tips .search-box {
	right: 50px;
	top: 0;
	width: 55px;
	height: 88px;
}
.h-tips .search-box .in {
	right: 20px;
	top: 35px;
	width: 27px;
	height: 24px;
	border: 1px solid #fff;
	background: #fff;
	transition: border 0.5s;
}
.h-tips .search-box .in.cur {
	border: 1px solid #ccc;
}
.h-tips .search-box input {
	left: 0;
	top: 0;
	width: 150px;
	height: 24px;
	padding-left: 10px;
	border: 0;
	background: none;
	line-height: 24px;
	color: #666;
}
.h-tips .search-box input.submit {
	left: auto;
	right: 0;
	width: 32px;
	background: url("../images/bg_sign24.png") no-repeat center;
}

.sub-products .list{
	width: 756px;
	margin-top: 55px;
	border-top: 1px solid #d5d5d8;
}
.sub-products ul{
	border-left: 1px solid #d5d5d8;
}
.sub-products li{
	width: 150px;
	height: 100px;
	padding-top: 8px;
	border-right: 1px solid #d5d5d8;
	border-bottom: 1px solid #d5d5d8;
	line-height: 40px;
	text-align: center;
}
.sub-products p{
	color: #666;
	transition: color 0.5s;
}
.sub-products a:hover p{
	color: #0c4da2;
}
.sub-investor .list{
	padding-top: 48px;
	margin-left: 105px;
}
.sub-investor .list a{
	display: inline-block;
	color: #666;
}
.sub-investor .list a.tit{
	margin-bottom: 10px;
	font-size: 14px;
	color: #0c4da2;
}
.sub-investor .list a:hover{
	color: #0c4da2;
}
.sub-investor li.fi{
	width: 170px;
	height: 247px;
	padding-right: 1px;
	background: url("jxgq/bg_line05.png") no-repeat right 8px;
}
.sub-investor li.se{
	width: 180px;
	height: 247px;
	padding-left: 92px;
}
.sub-investor .sign{
	width: 124px;
}
.sub-investor .sign a{
	display: inline-block;
	width: 122px;
	height: 56px;
	padding: 15px 0 5px;
	border: 1px solid #cfced0;
	margin: 6px 0 13px;
	line-height: 24px;
	text-align: center;
	transition: all 0.5s;
}
.sub-investor .sign a:hover{
	border: 1px solid #0c4da2;
}
.sub-investor .sign-in{
	display: inline-block;
	width: 122px;
	height: 32px;
	margin: 0 auto;
}
.sub-service .list{
	padding-top: 37px;
	margin-left: 112px;
}
.sub-service li.fi{
	width: 169px;
	padding-right: 1px;
	background: url("jxgq/bg_line05.png") repeat-y right 8px;
}
.sub-service li.se{
	width: 130px;
	margin-left: 112px;
	display: inline;
}
.sub-service a{
	display: inline-block;
	line-height: 22px;
	color: #878787;
	transition: color 0.5s;
}
.sub-service a.tit{
	width: 100%!important;
	font-size: 14px;
	line-height: 46px;
	color: #0c4da2;
}
.sub-service a:hover{
	color: #0c4da2;
}
.sub-service .sign{
	width: 124px;
}
.sub-service .sign a{
	display: inline-block;
	width: 122px;
	height: 56px;
	padding: 15px 0 5px;
	border: 1px solid #cfced0;
	margin: 54px 0 41px;
	line-height: 24px;
	text-align: center;
	transition: all 0.5s;
}
.sub-service .sign a:hover{
	border: 1px solid #0c4da2;
}
.sub-service .sign-in{
	display: inline-block;
	width: 122px;
	height: 32px;
	margin: 0 auto;
}
.f-list{
	height: 322px;
	padding-top: 39px;
	background: #1e1e1e;
	/*margin-top:40px;*/
}
.f-list .list li{
	width:180px;
	height:300px;
	padding-right: 1px;
	background: url("../images/bg_line02.png") no-repeat 120px 13px;
	display: inline;
}

.f-list .list a{
	display: inline-block;
	float: left;
	width: 100%;
	line-height: 24px;
	color: #7d7d7d;
	transition: color 0.5s;
}
.f-list .list li.th a{
	line-height: 20px;
}
.f-list .list a.tit{
	font-size: 14px;
	line-height: 40px!important;
	color: #fff;
}
.f-list .list a:hover{
	color: #fff;
}
.f-list .tips{
	width: 215px;
	line-height: 18px;
	color: #9b9b9b;
	text-transform: uppercase;
}
.f-list .tips p.t{
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}
.f-list .tips p.t a{
	color: #fff;
}
.f-list .tips p.num{
	margin-bottom: 10px;
	font: bold 30px/30px Arial;
	color: #fff;
}
.f-list .tips p.mt28{
	margin-top: 28px;
	border-top: 1px solid #353535;
	padding: 5px 0;
}
.f-list .share a{
	width: 55px!important;
	height: 52px!important;
	padding: 0!important;
	margin: 0 18px 0 0!important;
}
.f-list .share a.bds_tsina{
	background: url("../images/bg_sign07.png") no-repeat!important;
}
.f-list .share a.bds_weixin{
	background: url("../images/bg_sign08.png") no-repeat!important;
}
.f-list .share a.bds_tqq{
	margin-right: 0!important;
	background: url("../images/bg_sign09.png") no-repeat!important;
}
.f-list .weixin-box{
	bottom: 52px;
	height: 163px;
}
.f-list .weixin-box .main{
	height: 134px;
	padding: 15px 22px 0;
	background: #707070;
}
.f-list .weixin-box li{
	width: 100px;
	height: 134px;
	margin: 0 5px;
	line-height: 34px;
	color: #fff;
	text-align: center;
}
.f-list .weixin-box .bot{
	height: 14px;
	background: url("jxgq/bg_sign117.png") no-repeat center top;
}
.f-main{
	height: 52px;
	padding-bottom: 8px;
	background: #000;
	line-height: 52px;
	color: #474747;
}
.f-main a{
	color: #474747;
	transition: color 0.5s;
}
.f-main a:hover{
	color: #fff;
}
.f-main img{
	width: 38px;
	margin-left: 10px;
}
.f-main .links{
	width: 185px;
	height: 26px;
	margin-top: 16px;
}
.f-main .links p.tit{
	width: 175px;
	height: 24px;
	padding-left: 8px;
	background:#131313;
	border: 1px solid #272727;
	line-height: 24px;
	color: #404040;
	cursor: pointer;
}
.f-main .links .list{
	left: 0;
	bottom: 26px;
	width: 363px;
	padding-bottom: 5px;
}
.f-main .links .box{
	height: 150px;
	padding-top: 10px;
	border-right: 1px solid #555557;
	margin-top: 14px;
	background: #424244;
}
.f-main .links .box.hover{
	background: #555;
}
.f-main .links .box p{
	min-width: 100px;
	padding-left: 20px;
	line-height: 32px;
	color: #fff;
}
.f-main .links .list-in{
	width: 184px;
}
.f-main .links .box a{
	display: inline-block;
	float: left;
	padding: 4px 0 4px 20px;
	border-right: 1px solid #555557;
	line-height: 14px;
	color: #888;
	transition: color 0.5s;
}
.f-main .links .box a:hover{
	color: #fff;
}

/*INDEX*/
.iban-wrap{
	height: 799px;
}
.iban{
	height: 799px;
	background: url("jxgq/loadings.gif") no-repeat center;
}
.iban .imglist li.active{
	animation: bannerIn 15s forwards;
}
@keyframes bannerIn{
	100%{
		transform: scale(1.1);
	}
}
.iban .w{
	height: 570px;
	padding-top: 229px;
}
.iban .list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 415px;
	display: none;
}
.iban .list .tips{
	top: 0;
	width: 500px;
	font-size: 24px;
	line-height: 42px;
	color: #fff;
}
.iban .list b{
	font-size: 48px;
	line-height: 66px;
}
.iban .list strong{
	font-size: 48px;
	line-height: 66px;
}
.iban .ban_bt{
	display: inline-block;
	width: 76px;
	padding: 0 10px;
	background: #0c4da2;
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	transition: all 0.5s;
}
.iban .ban_bt:hover{
	background: #fff;
}
/*.iban .list a{
	display: inline-block;
	width: 76px;
	padding: 0 10px;
	background: #0c4da2;
	margin-top: 50px;
	font-size: 12px;
	line-height: 30px;
	transition: all 0.5s;
}*/
/*.iban .list a:hover{
	background: #fff;
}*/
.iban .list span{
	display: inline-block;
	color: #fff;
}
.iban .list a:hover span{
	color: #0c4da2;	
}
.iban .list span.fr{
	display: inline-block;
	width: 5px;
	height: 30px;
	background: url("../images/bg_sign03.png") no-repeat 0 0;
}
.iban .list a:hover span.fr{
	background-position: 0 -30px;
}
.iban .list .l{
	left: -200px;
	filter:alpha(opacity=0); 
	opacity: 0;
}
.iban .list .r{
	top: -40px;
	right: -200px;
	filter:alpha(opacity=0); 
	opacity: 0;
	text-align: right;
}
.iban .line{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
}
.iban .line-in{
	width: 0;
	background: url("../images/bg_line01.png");
	/*background: #0f37bd;*/
}
.iban li img{
	top: -82px;
}
.iban-box{
	left: 50%;
	bottom: 76px;
	width: 980px;
	height: 161px;
	margin-left: -490px;
}
.iban-box .fi{
	width: 273px;
	height: 145px;
	padding: 16px 27px 0;
}
.iban-box .se{
	width: 268px;
	height: 93px;
	padding: 68px 30px 0;
}
.iban-box .th{
	cursor: pointer;
}
.iban-box a{
	display: inline-block;
	width: 100%;
	font-size: 11px;
	line-height: 28px;
	color: #aab9d5;
	transition: color 0.5s;
}
.iban-box a.tit{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.iban-box a.more{
	position: absolute;
	left: 26px;
	bottom: 19px;
	display: inline-block;
	width: 65px;
	padding: 0 9px 0 22px;
	border: 1px solid #89a4c6;
	font-size: 11px;
	line-height: 26px;
	color: #89a4c6;
	transition: all 0.5s;
}
.iban-box .se a.more{
	border: 1px solid #888582;
	color: #888582;
}
.iban-box a.more span.fr{
	display: inline-block;
	width: 3px;
	height: 26px;
	background: url("jxgq/bg_sign04.png") no-repeat center;
	filter:alpha(opacity=50); 
	opacity: 0.5;
	transition: all 0.5s;
}
.iban-box a:hover{
	color: #fff;
}
.iban-box a.more:hover{
	border: 1px solid #fff;
	color: #fff;
}
.iban-box a.more:hover span.fr{
	filter:alpha(opacity=100); 
	opacity: 1;	
}
.iban .btns{
	left: 50%;
	bottom: 36px;
	height: 6px;
}
.iban .btns span{
	display: inline-block;
	float: left;
	width: 62px;
	height: 5px;
	background: #fff;
	margin: 0 3px;
	filter:alpha(opacity=30); 
	opacity: 0.3;
	transition: background 0.5s;
	cursor: pointer;
}
.iban .btns span.cur{
	filter:alpha(opacity=60); 
	opacity: 0.6;	
}
.i-cases{
	height: 200px;
	padding: 64px 0 54px;
}
.i-cases .w{
	height: 200px;
}
.i-cases .list{
	height: 200px;
}
.i-cases ul{
	width: 999px;
}
.i-cases li{
	position: relative;
	width: 315px;
	height: 150px;
	margin-right: 18px;
	display: inline;
}
.i-cases li span{
	display: inline-block;
}
.i-cases li span.sign{
	left: 27px;
	top: 42px;
	width: 64px;
	height: 64px;
	
}
.i-cases li span.sign.bg{
	background-position: 0 -64px!important;
}
.i-cases li span.tips{
	left: 111px;
	top: 42px;
	font-size: 13px;
	line-height: 24px;
	color: #4f4f4f;
	transition: color 0.5s;
}
.i-cases li a:hover span.tips{
	color: #fff;
}
.i-cases li span.detail{
	width: 204px;
	height: 84px;
	margin-top: 66px;
	font-size: 11px;
	line-height: 20px;
	color: #808080;
}
.i-cases .btns{
	left: 50%;
	bottom: 0;
	height: 6px;
}
.i-cases .btns span{
	display: inline-block;
	float: left;
	width: 6px;
	height: 6px;
	background: url("jxgq/bg_btn03.png") no-repeat;
	margin: 0 8px;
	cursor: pointer;

}
.i-cases .btns span.cur{
	background-position: 0 -6px;
}
.i-products{
	height: 516px;
	padding: 71px 0 95px;
	background: url("../images/bg_bg01.jpg") no-repeat center;
}
.i-products .tips{
	height: 120px;
	margin-bottom: 50px;
	font-size: 45px;
	line-height: 54px;
	color: #fff;
	text-align: center;
}
.i-products .tips p.en{
	width: 100%;
	height: 34px;
	background: url("../images/name01.png") no-repeat center bottom;
}
.i-products .tips .line{
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 4px;
	margin-left: -15px;
	background: #fff;
}
.i-products .list-out, .i-products .list{
	width: 980px;
	height: 346px;
}
.i-products .btns{
	top: 0;
	width: 66px;
	height: 346px;
	cursor: pointer;
	filter:alpha(opacity=0); 
	opacity: 0;
	transition: all 0.5s;
}
.i-products .prev{
	left: 0;
	background: url("../images/prev11.png") no-repeat left center;
}
.i-products .prev.hover{
	background-position: right center;
}
.i-products .next{
	right: 0;
	background: url("../images/next11.png") no-repeat right center;
}
.i-products .next.hover{
	background-position: left center;
}
.i-products li{
	position: relative;
	width: 244px;
	height: 344px;
	border: 1px solid #cbcccd;
	border-right: 0;
	background: #fff;
	transition: border 0.5s;
}
.i-products li.hover{
	border-color: #0c4da2;
}
.i-products .tip{
	display: inline-block;
	width: 206px;
	height: 100px;
	padding: 0 19px;
	background: #ececec;
	font-size: 14px;
	line-height: 58px;
	color: #444;
}
.i-products li.hover .tip{
	background: #006fb7;
	color: #fff;
}
.i-products .tip p.blue{
	font-size: 11px;
	line-height: 38px;
	color: #0564c6;
	transition: color 0.5s;
}
.i-products li.hover p.blue{
	color: #fff;
}
.i-products .tip span.por{
	display: inline-block;
	width: 3px;
	height: 38px;
	background: url("jxgq/bg_sign06.png") no-repeat;
	margin-left: 20px;
}
.i-products li.hover span.por{
	background-position: 0 -38px
}
.i-products .t{
	left: 0;
	top: 0;
}
.i-products .b{
	left: 0;
	bottom: 0;
}
.i-products img.t{
	top: 0px;
}
.i-products img.b{
	bottom: 0px;
}
.i-products li .bg{
	left: -1px;
	top: -1px;
	width: 246px;
	height: 346px;
	background: #000;
	filter:alpha(opacity=50); 
	opacity:0.5;
}
/* .i-news{
	padding: 60px 0;
}
.i-news .list.fl{
	width:100%;
	height: 227px;
}
.i-news .list.fl li{
	position: relative;
	width: 25%;
	height: 227px;
	margin:0px 17px;
}
.i-news .list.fl img{
	left: 0;
	top: 0;
}
.i-news .list.fl span{
	display: inline-block;
}
.i-news .list.fl .tips{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	padding-top: 8px;
	background: #f8f9fa;
	transition: background 0.5s;
}
.i-news .list.fl a:hover .tips{
	background: #0c4da2;
}
.i-news .list.fl .time{
	width: 40px;
	padding-top: 9px;
	margin-left: 18px;
	font: 12px/16px Arial;
	color: #0e40b9;
	text-transform: uppercase;
	text-align: center;
	transition: color 0.5s;
}
.i-news .list.fl a:hover .time{
	color: #fff;
}
.i-news .list.fl .day{
	font: 36px/34px Impact;
	color: #0c4da2;
	transition: color 0.5s;
}
.i-news .list.fl a:hover .day{
	color: #fff;
}
.i-news .list.fl .line{
	width: 23px;
	height: 1px;
	background: #d9d9da;
	margin: 2px 0 0 8px;
	transition: background 0.5s;
}
.i-news .list.fl a:hover .line{
	background: #fff;
}
.i-news .list.fl .detail{
	width: 220px;
	padding-right: 16px;
	font-size: 11px;
	line-height: 18px;
	color: #a1a1a1;
	transition: color 0.5s;
}
.i-news .list.fl a:hover .detail{
	color: #fff;
}
.i-news .list.fl p.fz14{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	transition: color 0.5s;
}
.i-news .list.fl a:hover p.fz14{
	color: #fff;
}
.i-news .list.fl .bor{
	left: 0;
	top: 0;
	width: 306px;
	height: 223px;
	border: 2px solid #042cb3;
	display: none;
}
.i-news .list.fr{
	width: 310px;
}
.i-news .list.fr li{
	position: relative;
	width: 310px;
	height: 106px;
	margin-bottom: 15px;
	background: #f8f9fa;
	transition: background 0.5s;
}
.i-news .list.fr li.hover{
	background: #0c4da2;
}
.i-news .list.fr .detail{
	display: inline-block;
	width: 135px;
	padding: 11px 44px 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #a7a7a7;
	transition: color 0.5s;
}
.i-news .list.fr li.hover .detail{
	color: #fff;
}
.i-news .list.fr p.fz16{
	font-size: 16px;
	line-height: 40px;
	color: #333;
	transition: color 0.5s;
}
.i-news .list.fr li.hover p.fz16{
	color: #fff;
} */

